From: Jeroen De Dauw Date: Tue, 31 May 2011 17:19:11 +0000 (+0000) Subject: this method should not be private? the parser function docs use it as public X-Git-Tag: 1.31.0-rc.0~29826 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=8dc1a86b0c187f2934dd824abac3bccd11a3905f;p=lhc%2Fweb%2Fwiklou.git this method should not be private? the parser function docs use it as public --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index c72c49acfa..5676b4154f 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -793,8 +793,6 @@ class Parser { * Add an item to the strip state * Returns the unique tag which must be inserted into the stripped text * The tag will be replaced with the original text in unstrip() - * - * @private */ function insertStripItem( $text ) { $rnd = "{$this->mUniqPrefix}-item-{$this->mMarkerIndex}-" . self::MARKER_SUFFIX;